home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / FLAF.DLL / [0]
Encoding:
Text File  |  1974-10-27  |  512 b   |  17 lines

  1. TER                typedef DWORD        ;pointer to anything
  2. PVOID                typedef DWORD        ;pointer to buffer
  3. SHORTINT            typedef    WORD        ;short integer
  4. UINT                typedef    DWORD        ;unsigned integer
  5. WCHAR                typedef    WORD        ;unicode character
  6. WNDPROC                typedef    DWORD        ;window procedure
  7. WPARAM                typedef    DWORD        ;word parameter
  8. ;
  9. ;
  10. ;
  11. NULL                equ    0        ;null
  12. FALSE                equ    0        ;boolean false
  13. TRUE                equ    1        ;boolean true
  14. ;
  15. ;------------------------------------------------------------------------------
  16. ;
  17. BUTTON                equ    0080h        ;button cl